ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NullableObjectConverter<T> Class / CanConvertTo Method

In This Topic
    CanConvertTo Method
    In This Topic
    Checks whether the converter can convert to a given type.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanConvertTo( _
       ByVal context As ITypeDescriptorContext, _
       ByVal destinationType As Type _
    ) As Boolean
    public override bool CanConvertTo( 
       ITypeDescriptorContext context,
       Type destinationType
    )

    Parameters

    context
    destinationType
    See Also